home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / windows / r3tcntfr.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.1 KB  |  48 lines

  1.  
  2. // JavaScript wrapper for r3tcntfr.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_TOOLBARCONTROLSFRAME_H = 1;
  7. include("real/gadget/r3manfrm.js")
  8.  
  9.  
  10. var R3CLID_TOOLBARCONTROLSFRAME = 105;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3TOOLBARCONTROLSFRAMEA_Id = 105500;
  19. function SetR3TOOLBARCONTROLSFRAMEA_Id(value) {
  20.   R3Set(this.r3obj, R3TOOLBARCONTROLSFRAMEA_Id, value, R3TID_INTEGER, 0); 
  21. }
  22.  
  23. function GetR3TOOLBARCONTROLSFRAMEA_Id() {
  24.   return R3Get(this.r3obj, R3TOOLBARCONTROLSFRAMEA_Id, R3TID_INTEGER, 0); 
  25. }
  26.  
  27. R3TOOLBARCONTROLSFRAMEA_Gman = 105503;
  28. function GetR3TOOLBARCONTROLSFRAMEA_Gman() {
  29.   return R3ToJS(R3Get(this.r3obj, R3TOOLBARCONTROLSFRAMEA_Gman, R3TID_OBJECT, 0)); 
  30. }
  31.  
  32.  
  33.  
  34. function r3Toolbarcontrolsframe () { 
  35.    this.base = r3God;
  36.    if(arguments.length) {
  37.       this.base(R3CLID_TOOLBARCONTROLSFRAME, arguments);
  38.    }
  39.    // Methods
  40.  
  41.    // Attributes
  42.    this.GetId=GetR3TOOLBARCONTROLSFRAMEA_Id;
  43.    this.SetId=SetR3TOOLBARCONTROLSFRAMEA_Id;
  44.    this.GetGman=GetR3TOOLBARCONTROLSFRAMEA_Gman;
  45. }
  46.  
  47. r3Toolbarcontrolsframe.prototype=new r3Managedframe;
  48. // r3tcntfr.h_H